#!/bin/bash
DIR="$(cd "$(dirname "$0")/../Resources" && pwd)"
exec open -a Terminal "$DIR/sync.command"
